:root {
    /* Main colors */
    --grey-60: #505050;
    --grey-90: #303030;
    --sello-orange: #F68121;
}

.container {
    margin-bottom: 73px;
}

.sellonx-changelog {
    font-family: "Ubuntu";
    font-weight: 400;
    color: var(--grey-60);
    font-size: 15px;
    line-height: 24.5px;
}

.sellonx-changelog h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--grey-90);
    margin: 0;
    padding: 0;
}

.sellonx-changelog .hidden {
    display: none;
}

.versions-title-container {
    text-align: center;
    height: 129px;
    padding-top: 65px; 
}

.version-container {
    border-top: 1px solid #F5F5F5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.version-container:last-child {
    border-bottom: 1px solid #F5F5F5;
}

.version-container-last-child {
    border-bottom: 1px solid var(--sello-orange) !important;
}

.version-container-active {
    border: 1px solid var(--sello-orange);
    border-radius: 8px;
    padding-bottom: 15px;
    margin-left: -1px;
}

.version-header-box {
    display: flex;
    align-items: center;
}

.toggle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 16px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--sello-orange);
    border-radius: 50%;
    margin-right: 16px;
    cursor: pointer;
}

.toggle-button-grey {
    border: 2px solid var(--grey-60);
}

.minus {
    position: absolute;
    width: 9px; 
    height: 2px;
    background-color: var(--sello-orange);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.minus-grey {
    background-color: var(--grey-60);
}

.plus {
    position: absolute;
    width: 2px; 
    height: 9px;
    background-color: var(--sello-orange);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.version-title {
    font-size: 16px;
    line-height: 50px;
    color: var(--grey-90);
}

.version-content-box {
    margin-left: 47px;
    margin-right: 30px;
}

.version-changes-list {
    margin: 0;
    padding: 0;
}

/* Styles for 'sellonx_changelog_item.html' */
li {
    list-style-type: none;
    padding-left: 8px;
}

ul li::marker {
    content: "•";
    font-size: 1rem;
}

.list-item {
    margin-bottom: 10px;
}

.subscription {
    font-weight: 700;
} 

.item-header {
    font-weight: 800;
}

.item-header li {
    font-weight: 400;
}

.item-image-container {
    text-align: center;
    margin: 22px auto;
}

.item-image-container img {
    max-width: 100%;
}

.ui-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;    
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon-play {
    background-image: url("../images/ui-icons_256x240.857483d1915f.png");
    background-position: 0 -160px;
}

.ui-icon-alert {
    background-image: url("../images/ui-icons_256x240.857483d1915f.png");
    background-position: 0 -144px;
}

.item-header ul {
    list-style-type: none;
    padding-left: 20px;
}

.item-header ul li::marker {
    content: "";
    display: inline-block;
}
/* End 'sellonx_changelog_item.html' */

@media (min-width: 992px) {
    .container {
        max-width: 930px !important;
    }
}
